Highligh Search String in Silverlight C1Flexgrid
------------------------------------------------

This demonstarated how to change ForeGround of partial text in a cell.

When user enters a search string  (full string or partial) and presses the "Find" button, or presses Enter key, the search string is passed to a custom cell factory class. This cell factory has its CreateCellContent() method overridden, where in, each TextBlock element oh each cell is passed to another method HighlightCell(). Here, a list of "Run" is created and inlines added to the TextBlock.